\(\int \sin (a+b x) \sin (2 a+2 b x) \, dx\) [7]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [B] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 16, antiderivative size = 30 \[ \int \sin (a+b x) \sin (2 a+2 b x) \, dx=\frac {\sin (a+b x)}{2 b}-\frac {\sin (3 a+3 b x)}{6 b} \]

[Out]

1/2*sin(b*x+a)/b-1/6*sin(3*b*x+3*a)/b

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 30, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.062, Rules used = {4367} \[ \int \sin (a+b x) \sin (2 a+2 b x) \, dx=\frac {\sin (a+b x)}{2 b}-\frac {\sin (3 a+3 b x)}{6 b} \]

[In]

Int[Sin[a + b*x]*Sin[2*a + 2*b*x],x]

[Out]

Sin[a + b*x]/(2*b) - Sin[3*a + 3*b*x]/(6*b)

Rule 4367

Int[sin[(a_.) + (b_.)*(x_)]*sin[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[Sin[a - c + (b - d)*x]/(2*(b - d)), x]
- Simp[Sin[a + c + (b + d)*x]/(2*(b + d)), x] /; FreeQ[{a, b, c, d}, x] && NeQ[b^2 - d^2, 0]

Rubi steps \begin{align*} \text {integral}& = \frac {\sin (a+b x)}{2 b}-\frac {\sin (3 a+3 b x)}{6 b} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.03 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.50 \[ \int \sin (a+b x) \sin (2 a+2 b x) \, dx=\frac {2 \sin ^3(a+b x)}{3 b} \]

[In]

Integrate[Sin[a + b*x]*Sin[2*a + 2*b*x],x]

[Out]

(2*Sin[a + b*x]^3)/(3*b)

Maple [A] (verified)

Time = 0.38 (sec) , antiderivative size = 26, normalized size of antiderivative = 0.87

method result size
parallelrisch \(\frac {-\sin \left (3 x b +3 a \right )+3 \sin \left (x b +a \right )}{6 b}\) \(26\)
default \(\frac {\sin \left (x b +a \right )}{2 b}-\frac {\sin \left (3 x b +3 a \right )}{6 b}\) \(27\)
risch \(\frac {\sin \left (x b +a \right )}{2 b}-\frac {\sin \left (3 x b +3 a \right )}{6 b}\) \(27\)
norman \(\frac {-\frac {4 \tan \left (\frac {a}{2}+\frac {x b}{2}\right )}{3 b}+\frac {2 \tan \left (x b +a \right )}{3 b}+\frac {4 \tan \left (\frac {a}{2}+\frac {x b}{2}\right ) \tan \left (x b +a \right )^{2}}{3 b}-\frac {2 \tan \left (\frac {a}{2}+\frac {x b}{2}\right )^{2} \tan \left (x b +a \right )}{3 b}}{\left (1+\tan \left (\frac {a}{2}+\frac {x b}{2}\right )^{2}\right ) \left (1+\tan \left (x b +a \right )^{2}\right )}\) \(99\)

[In]

int(sin(b*x+a)*sin(2*b*x+2*a),x,method=_RETURNVERBOSE)

[Out]

1/6*(-sin(3*b*x+3*a)+3*sin(b*x+a))/b

Fricas [A] (verification not implemented)

none

Time = 0.24 (sec) , antiderivative size = 21, normalized size of antiderivative = 0.70 \[ \int \sin (a+b x) \sin (2 a+2 b x) \, dx=-\frac {2 \, {\left (\cos \left (b x + a\right )^{2} - 1\right )} \sin \left (b x + a\right )}{3 \, b} \]

[In]

integrate(sin(b*x+a)*sin(2*b*x+2*a),x, algorithm="fricas")

[Out]

-2/3*(cos(b*x + a)^2 - 1)*sin(b*x + a)/b

Sympy [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 51 vs. \(2 (22) = 44\).

Time = 0.17 (sec) , antiderivative size = 51, normalized size of antiderivative = 1.70 \[ \int \sin (a+b x) \sin (2 a+2 b x) \, dx=\begin {cases} - \frac {2 \sin {\left (a + b x \right )} \cos {\left (2 a + 2 b x \right )}}{3 b} + \frac {\sin {\left (2 a + 2 b x \right )} \cos {\left (a + b x \right )}}{3 b} & \text {for}\: b \neq 0 \\x \sin {\left (a \right )} \sin {\left (2 a \right )} & \text {otherwise} \end {cases} \]

[In]

integrate(sin(b*x+a)*sin(2*b*x+2*a),x)

[Out]

Piecewise((-2*sin(a + b*x)*cos(2*a + 2*b*x)/(3*b) + sin(2*a + 2*b*x)*cos(a + b*x)/(3*b), Ne(b, 0)), (x*sin(a)*
sin(2*a), True))

Maxima [A] (verification not implemented)

none

Time = 0.20 (sec) , antiderivative size = 26, normalized size of antiderivative = 0.87 \[ \int \sin (a+b x) \sin (2 a+2 b x) \, dx=-\frac {\sin \left (3 \, b x + 3 \, a\right )}{6 \, b} + \frac {\sin \left (b x + a\right )}{2 \, b} \]

[In]

integrate(sin(b*x+a)*sin(2*b*x+2*a),x, algorithm="maxima")

[Out]

-1/6*sin(3*b*x + 3*a)/b + 1/2*sin(b*x + a)/b

Giac [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 13, normalized size of antiderivative = 0.43 \[ \int \sin (a+b x) \sin (2 a+2 b x) \, dx=\frac {2 \, \sin \left (b x + a\right )^{3}}{3 \, b} \]

[In]

integrate(sin(b*x+a)*sin(2*b*x+2*a),x, algorithm="giac")

[Out]

2/3*sin(b*x + a)^3/b

Mupad [B] (verification not implemented)

Time = 19.64 (sec) , antiderivative size = 44, normalized size of antiderivative = 1.47 \[ \int \sin (a+b x) \sin (2 a+2 b x) \, dx=\left \{\begin {array}{cl} 2\,x\,\left (\cos \left (a\right )-{\cos \left (a\right )}^3\right ) & \text {\ if\ \ }b=0\\ \frac {3\,\sin \left (a+b\,x\right )-\sin \left (3\,a+3\,b\,x\right )}{6\,b} & \text {\ if\ \ }b\neq 0 \end {array}\right . \]

[In]

int(sin(a + b*x)*sin(2*a + 2*b*x),x)

[Out]

piecewise(b == 0, 2*x*(cos(a) - cos(a)^3), b ~= 0, (3*sin(a + b*x) - sin(3*a + 3*b*x))/(6*b))